copyStoredValue

open override fun copyStoredValue(): T

Copies the stored value and returns it.

In the default implementation, the value isn't actually copied; there is no way to copy in a generic fashion. Many subclasses of ValidatedField do truly make copies in varying levels of deep and shallow.

Return

T copied value instance

Author

fzzyhmstrs

Since

0.5.0